home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Information
/
WebSites
/
WebSites
< prev
next >
Wrap
Text File
|
2000-11-06
|
1KB
|
45 lines
/* */
options results
address command
'Version >NIL: LIBS:openurl.library'
if RC = 0 then do
'Which >NIL: OpenURL'
if RC = 0 then do
'OpenURL AACD.html FILE'
exit
end
end
call pragma('D',':')
CDName = pragma('D')
if ~show('P','AWEB.1') then do
Browser = CDName'AACD/Information/Browsers/AWeb3/AWebDemo'
'Assign >NIL: AWeb3: EXISTS'
if RC = 0 then do
'Version >NIL: AWeb3:AWeb-II 3 3'
if RC = 0 then do
Browser = 'AWeb3:AWeb-II'
if ~exists('ENVARC:AWeb3/Amigactive') then do
'Makedir >NIL: ENVARC:AWeb3/Amigactive'
'Makedir >NIL: ENV:AWeb3/Amigactive'
'copy >NIL: AACD:System/Prefs/Env-Archive/AWeb3DEMO/AmigActive/#? ENVARC:AWeb3/Amigactive clone'
'copy >NIL: AACD:System/Prefs/Env-Archive/AWeb3DEMO/AmigActive/#? ENV:AWeb3/Amigactive clone'
end
end
end
'Run >NIL:' Browser 'Welcome.html LOCAL CONFIG Amigactive'
do until RC = 0
'waitforport AWEB.1'
end
end
address AWEB.1
'screentofront'
'wait all'
'open file://localhost/'CDName'AACD/Information/WebSites/AACD.html target main reload'